Fix typo.
authorEwan Mellor <ewan@xensource.com>
Wed, 28 Mar 2007 00:09:14 +0000 (01:09 +0100)
committerEwan Mellor <ewan@xensource.com>
Wed, 28 Mar 2007 00:09:14 +0000 (01:09 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xm/create.py

index c11189a59d120056465659a35375a5f233a1c0b1..0ae94d83c448ef72a4b526bc5d4b523e89fc0a53 100644 (file)
@@ -107,7 +107,7 @@ gopts.opt('xmldryrun', short='x',
 gopts.opt('skipdtd', short='s',
           fn=set_true, default=0,
           use="Skip DTD checking - skips checks on XML before creating. "
-          " Experimental.  Can decreate create time." )
+          " Experimental.  Can decrease create time." )
 
 gopts.opt('paused', short='p',
           fn=set_true, default=0,